home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19960715-19961006 / 000285_news@columbia.edu _Fri Aug 30 11:33:15 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Return-Path: news@columbia.edu
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30]) by watsun.cc.columbia.edu (8.7.5/8.7.3) with ESMTP id LAA02702 for <kermit.misc@watsun.cc.columbia.edu>; Fri, 30 Aug 1996 11:33:15 -0400 (EDT)
  3. Received: (from news@localhost) by newsmaster.cc.columbia.edu (8.7.5/8.7.3) id LAA15964 for kermit.misc@watsun; Fri, 30 Aug 1996 11:33:15 -0400 (EDT)
  4. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  5. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: ckermit: too much disk access..
  8. Date: 30 Aug 1996 15:32:55 GMT
  9. Organization: Columbia University
  10. Lines: 14
  11. Message-ID: <5071j7$qtd@apakabar.cc.columbia.edu>
  12. References: <506ara$4c5@crl.crl.com>
  13. NNTP-Posting-Host: watsun.cc.columbia.edu
  14.  
  15. In article <506ara$4c5@crl.crl.com>, Tony Gonzalez <oak@crl.com> wrote:
  16. : I usually spin down my hard drive, but everytime I hangup and dial again, 
  17. : even to the same place, my hard drive is accessed.  Does anyone know how
  18. : I might stop this?  Is there some kind of information being logged to 
  19. : disk which I can disable?
  20. When you give a DIAL command to C-Kermit, it looks in your dialing directory.
  21. If you tell it you don't have a dialing directory, it won't look:
  22.  
  23.   set dial directory
  24.  
  25. (i.e. give the "set dial directory" command with no filename).
  26.  
  27. - Frank